home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 447 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: calliope.wln.com!usenet
  2. From: smlewis@wln.com (Steven M. Lewis)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Is VC++2.0 Cross-Platform Compiler any good?
  5. Date: Tue, 02 Jan 1996 17:24:30 GMT
  6. Organization: PHAMIS
  7. Message-ID: <4cbpeo$nkg@calliope.wln.com>
  8. References: <30e91c69.18282665@news>
  9. NNTP-Posting-Host: hera9.wln.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. whapgood@ultranet.com (Will Hapgood) wrote:
  13.  
  14. >I'd like to hear from anyone who has used Microsoft's Cross Platform
  15. >package, based on VC++2.0, for generating Mac and Windows programs
  16. >from the same source code. Does it work? What are its limitations or
  17. >failings? Are there any references on-line that help in using it on
  18. >corss-platform projects?
  19.  
  20. >Will Hapgood  - - -  Heinle & Heinle
  21. >72 West Berlin Road  Bolton MA 01740
  22. >508-779-0521 or 508-779-0202
  23. >whapgood@ultranet.com
  24.  
  25.    The latest version is based on version 4.  The good news is that as
  26. long as your programs use a subset of Win32 (which you are well
  27. advised to learn, they will run on the mac and almost always do the
  28. right thing. 
  29.      The down sides - third party tools such as OCX's are almost never
  30. available on the mac - my strong recommendation is only try to port
  31. code that you have sources for.  Performance is an issue which I am 
  32. still addressing. In my hands some code which runs at very adequate
  33. speeds is very slow in the mac. I am still trying to define the
  34. parameters of this.
  35.      I have ported several fairly large (>100 K LOC) applications with
  36. little diffuculty. If you can live within the rules and live with the
  37. performance you will be very happy with the package.
  38.  
  39.  
  40.